Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Points


Q3Point_New

You can use the Q3Point_New function to create a new point.

TQ3GeometryObject Q3Point_New (const TQ3PointData *pointData);
pointData
A pointer to a TQ3PointData structure.
DESCRIPTION
The Q3Point_New function returns, as its function result, a new point object having the location and attributes passed in the fields of the TQ3PointData structure pointed to by the pointData parameter. If a new point object could not be created, Q3Point_New returns the value NULL.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996